github.com/klauspost/compress/gzip.Reader.br (field)

7 uses

	github.com/klauspost/compress/gzip (current package)
		gunzip.go#L78: 	br           *bufio.Reader
		gunzip.go#L109: 		br:           z.br,
		gunzip.go#L115: 		if z.br != nil {
		gunzip.go#L116: 			z.br.Reset(r)
		gunzip.go#L118: 			z.br = bufio.NewReader(r)
		gunzip.go#L120: 		z.r = z.br